home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 February / WPCFEB97.ISO / dxrs / growfeb.dxr / 00004_ADDAdvert Frame.ls < prev    next >
Encoding:
Text File  |  1996-12-09  |  111 b   |  8 lines

  1. on exitFrame
  2.   go(the frame)
  3.   if rollOver(42) and the mouseDown then
  4.     beep()
  5.     GROReturn(2)
  6.   end if
  7. end
  8.